.container-wrap {
    margin-top: 80px;
}

.video-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	z-index: 1;
}

.video-wrap>div {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video-wrap>.video-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.video-wrap>.video-mask>div{
	width: 100%;
	position: absolute;
	top: 30%;
	z-index: 1;
}
.video-wrap>.video-mask>div>p{
	width: 100%;
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	text-align: center;
}
.video-wrap>.video-mask>div>p:first-child{
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 30px;
}
.video-wrap>div>video{
	width: 100%;
	height: auto;
	display: block;
}
/* newset */

.newest-msg-wrap {
    width: 100%;
	height: 800px;
	box-sizing: border-box;
	padding: 50px 0 0 0;
	
}

.n-right {
    width: 1200px;;
    position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.news-title {
    width: 500px;
    height: 150px;
}

.news-title>h2 {
    font-size: 48px;
    color: #222222;
    font-weight: 700;
}

.news-title>span {
    font-size: 24px;
    font-weight: 400;
    color: #cccccc;
    opacity: 1;
    display: inline-block;
    margin-bottom: 30px;
}

.n-right .tab-list-wrap {
	justify-content: flex-end;
	margin-top: -30px;
}

.n-right .tab-list-wrap>a {
    margin-left:40px;
    font-size: 16px;
    color: #666666;
}

.n-right .tab_line {
    display: block;
}

.n-right .tab-list-wrap>.tabActive {
    color: #222222;
    font-weight: 700;
}

.n-right .tab-list-wrap>.tabActive::after {
    content: '';
    display: block;
    width: 63px;
    height: 3px;
    background: #222222;
    margin-top: 2px;
}
.n-right .tab-content-wrap{
	width: 100%;
}
.n-right .tab-content-wrap>div {
	width: 100%;
	overflow: hidden;
    display: none;
}
.n-right .tab-content-wrap>.content-show {
	display: block;
}

.n-right .tab-content-wrap h4 {
    width: 100%;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	margin:0 0 20px 0;
}

.n-right .tab-content-wrap p {
    font-size: 14px;
	color: #999999;
	height: auto;
    margin: 0 0 10px 0;
}

.n-right .tab-content-wrap span {
    font-size: 14px;
    color: #999999;
}


.content-left {
    width: 550px;
	float: left;
    margin-right: 50px;
}

.content-left .content h4 {
    width: 550px;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:20px 0;
}

.content-left .content>p {
    font-size: 14px;
	color: #999999;
	margin: 0;
	height: auto;
}

.content-left .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin: 20px 0 10px 0;
	height: auto;
}

.content-left .content>p:last-child {
    font-size: 14px;
    color: #999999;
}

.content-rigt{
	width: 600px;
	float: left;
}
/* company desc */

.company-desc-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #1577F6;
	margin-bottom: 100px;
}

.company-img{
	float: left;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 750px;
	background: url("http://static.qddjkcjt.com/company-img1.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}

.company-text {
	float: left;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 750px;
	padding:0 50px;
}

.company-text>h2 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}

.company-text>div {
    font-size: 24px;
    font-weight: 400;
    line-height: 47px;
    color: #ffffff;
    opacity: 0.3;
    margin: 0  0 30px 0;
}

.company-text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
	
}
/* 大标题样式 */
.content-title1{
	width: 100%;
	height: auto;
	text-align: center;
}
.content-title1>h2{
	font-size: 48px;
	color: #222;
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
}
.content-title1>p{
	font-size: 24px;
	color: #ccc;
	font-weight: 400;
	margin: 0;
}
.content-button1{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	border:1px solid #ccc;
}
.content-button1:hover{
	color: #fff;
	background-color: #1577F6;
	border:0px solid #ccc;
	transition: background 0.5s;
	transition: color 0.5s;
}

/* poli */

.go-poli-wrap {
    width: 100%;
    height: auto;
	margin-bottom: 150px;
    /* background: url('../images/poli.png') no-repeat;
    background-size: cover; */
}

.go-poli-wrap>.content-title1{
	margin-bottom: 80px;
}
.go-poli-wrap .sp-slides-container{
	margin-bottom: 30px;
}
.go-poli-wrap .sp-caption-container{
	margin: 0;
	height: 100px;
	box-sizing: border-box;
	padding: 0 10%;
	line-height: 24px;
	color: #666;
}
.go-poli-wrap .sp-buttons{
	margin-bottom: 40px;
}
.go-poli-wrap .sp-button{
	border:1px solid #ccc;
}
.go-poli-wrap .content-button1{
	display: none;
}
/* city eye */
.city-eye-wrap{
	width: 100%;
	height: 700px;
	background: url("http://static.qddjkcjt.com/city-eye.jpg") no-repeat;
	background-position:top center;
	background-size: 100%;
    background-attachment:fixed;
	box-sizing: border-box;
	padding-top: 200px;
	margin-bottom: 100px;
}
.city-content{
	width: 1200px;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
}
.city-content>.content-title1{
	margin-bottom: 30px;
}
.city-content>.city-text{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 40px;
}
.sp-button{
	width: 14px;
	height: 14px;
}
/* 重点项目 */

.important-p-wrap {
    margin-bottom: 150px;
}
.important-p-wrap>.content-title1{
	margin-bottom: 80px;
}
.item-list {
	width: 100%;
	height: auto;
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-bottom: 80px;
}

.item {
	cursor: pointer;
	margin: 0 30px;
}

.item .item-img {
	width: 360px;
	height: 216px;
	overflow: hidden;
	margin-bottom: 20px;

}
.item .item-img img{
	width: 100%;
	height: 100%;
    transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.item>p{
	width: 360px;
	font-size: 18px;
	color: #222;
	font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item:hover .item-img>img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
@media screen and (max-width: 1200px) {

.city-eye-wrap{
    background-attachment:scroll;
	background-size: cover
}

}